Skip to main content

Webhooks

A webhook is a way for two applications to communicate with each other in real time. When an event happens in one application, the webhook sends a notification to the other application. Webhooks are triggered by events in SaaS applications.

To add webhook events for integration within the Backflipt platform, you must first register the callback URL (the platform's webhook URL) with the SaaS application. You can find the callback URL in the credential popup.

There are two ways to add webhook events to the Backflipt platform:

  • Add Webhook event: This method allows you to create a new webhook event from scratch. You will need to specify the event name, the event type, and the callback URL.
  • Import Webhook event: This method allows you to import a webhook event from a file. Only the webhook events in .bson format can be used to import and create a new webhook event.

Top of page